home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
perl5
/
URI
/
rsync.pm
< prev
next >
Wrap
Text File
|
2000-02-14
|
197b
|
13 lines
package URI::rsync; # http://rsync.samba.org/
# rsync://[USER@]HOST[:PORT]/SRC
require URI::_server;
require URI::_userpass;
@ISA=qw(URI::_server URI::_userpass);
sub default_port { 873 }
1;